home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 109 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.5 KB

  1. Path: centre.univ-orleans.fr!desiree!emmguyot
  2. From: emmguyot@desiree.univ-orleans.fr (Emmanuel GUYOT)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: HELP!  OWL202.DLL Exception Problem
  5. Date: 2 Jan 1996 15:56:19 GMT
  6. Organization: CITU - Universite d'Orleans - FRANCE
  7. Message-ID: <4cbkj3$f6p@centre.univ-orleans.fr>
  8. References: <4bpedr$ppi@news-e1a.megaweb.com>
  9. NNTP-Posting-Host: desiree.cnrs-orleans.fr
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=US-ASCII
  12. Content-Transfer-Encoding: 8bit
  13. X-Newsreader: TIN [version 1.2 PL2]
  14.  
  15. Raymond  Tillman (RTTillman@gnn.com) wrote:
  16. : Hi,
  17.  
  18. : I am having a problem with a C++ Win16 program that I have written. I created the 
  19. : program using Borland 4.02 and AppExpert. This program brings up a dialog box with 
  20. : input boxes that allow me to extract information from the dialog and use it in my 
  21. : program. 
  22.  
  23. : This program works great as long as I am running Borland in the background, or run the 
  24. : program from Borland's menu. However, when I run it from the program manager with 
  25. : Borland NOT running, things go wrong. The program exits with a protection exception in 
  26. : OWL202.DLL. I have run the windows debugger and watched the process take place. The 
  27. : program crashes as it attempts to create the window for the Dialog box. The exception 
  28. : is a TXWindow exception, but I cannot get any other information, since the entire 
  29. : windows system locks up tight. I have even started from scratch and recreated the 
  30. : project, but have had the same result!
  31.  
  32. : I've written programs for Win16 before and never had this problem. I may have done 
  33. : something wrong, but the manuals are "so clear and concise" that I canot figure out 
  34. : what has happened. 
  35.  
  36. : Anyone out there with similar experience or a solution, please let me know. I'll be 
  37. : happy to send you a copy of the code if you require it to help me.
  38.  
  39. You may have forgot the call to EnableBWCC.
  40. Try to do some static Link (in the Target Expert window).
  41.  
  42. E.G.
  43.  
  44. ------------------------------------------------------------------------------
  45. ---------------------------->>>> Emmanuel Guyot <<<<--------------------------
  46. LPCE-CNRS                              | 
  47. 3A avenue de la Recherche Scientifique | Phone     : 33 38 51 78 25
  48. 45071 Orleans Cedex 2                  | Fax       : 33 38 63 12 34
  49. France                                 | EMail     : emmguyot@cnrs-orleans.fr
  50. ------------------------------------------------------------------------------
  51. Home Page : http://desiree.cnrs-orleans.fr/cgi-bin/cpt_html?index
  52. ------------------------------------------------------------------------------
  53.